home *** CD-ROM | disk | FTP | other *** search
/ Mac OS 9 Serial Number Archive / SN Archive 2023.11.04.toast / LittleBlackBook / LittleBlackBook 1998.12 / LittleBlackBook 1998.12.rsrc / TEXT_136.txt < prev    next >
Encoding:
Text File  |  1998-12-25  |  10.5 KB  |  542 lines

  1. Little Black Book
  2. Serial Numbers
  3.  
  4. v1.0.5
  5. compiled by Nighthawk
  6.  
  7. ************************************************************
  8. G
  9.  
  10. G3Strip
  11. v1.x.x
  12. Name: Nighthawk
  13. Code: PKVLGCJT
  14.  
  15. name: Macintosh
  16. code: NINCFJMT
  17. v1.3
  18. Name: MoonDark
  19. Code: WWYCSFBV
  20. -
  21. G3Throttle
  22. v1.2
  23. Name: MoonDark
  24. Code: YBFKDRPM
  25. Name: Server Surfer
  26. Code: NAUXGTLT
  27. -
  28. Gallery Effects
  29. v1.5.1
  30. 02-4009-200010087
  31. 56-1000-202888264
  32. -
  33. GalleyOops
  34. vAll
  35. 5260-2002-009000-10215
  36. -
  37. Game Cheater
  38. v2.0
  39. 5020000000176
  40. 5020123456787
  41. 5020234567891
  42. 5020345678970
  43. -
  44. Game Doctor
  45. 0000-9519
  46. -
  47. Game of the Winds
  48. v2.0e
  49. ‚ĆJust hit Register, then the Unlock button and enter a name
  50. -
  51. GateKeeper
  52. v1.3
  53. Hack to stop the annoying weekly "Your version of Gatekeeper is old" alert:
  54. (1) Open a COPY of the Gatekeeper system extension in ResEdit.
  55. (2) Open the INIT resource.
  56. (3) Open ID #1.
  57. (4) Search (Command-H) for offset 08EE. It should contain the code 6200.
  58. The entire line should look as follows:  0008E8   3380 B0AE FEDE 6200
  59. (5) Change the 6200 to 6000.
  60. (6) Save & Quit ResEdit.
  61. -
  62. Gear
  63. v3.3.1
  64. G26739E09
  65. v3.0
  66. G51541U99
  67. G51542U99
  68. G51543U99
  69. G51544U99
  70. G51545U99
  71. -
  72. Gearbox
  73. v1.5 [MacAddict]
  74.  First Name: MacAddict
  75.  Last Name: Hacker
  76.  Code: FTDR-VBTN-F9LQ-NNRU
  77. v1.5
  78. gbx-0000-rocks-0000000
  79. v1.0
  80. Name:    MaximumBob
  81. Org:       nop
  82. Number: 123456789udqry67891904
  83.  
  84.     Version: "1.0"    
  85. Xtra Note: I think it only cares about the 'udqry' and '1904' portions, the other 
  86. numbers can vary.  the serial has to be 22 characters long, and 'udqry' and '1904' 
  87. have to be in their respective positions.
  88. -
  89. Generic CAD
  90. v2.0b
  91. 72205-4725
  92. -
  93. Genetic Photo Optimizer
  94. v1.1.0
  95. 223200110000000143011167156014
  96. -
  97. German Assistant
  98. v1.0
  99. M4100441
  100. M4102046
  101. -
  102. GetMouse
  103. v1.2.0
  104. Name: MoonDark
  105. Registration Code: 22480020
  106. -
  107. GhostWriter
  108. v2.0J
  109. 2367-003267-33282
  110. -
  111. GIF Converter
  112. v2.4.1
  113. 62-37-77-f4-de-a8-8b-b2
  114. v2.2
  115. 162-37-77-f4-dde-a8-8b-b2
  116. 862-37-77-f4-dde-a8-8b-b2
  117. -
  118. GIFmation
  119. v2.0
  120. UFXYEDVCKRCR
  121. -
  122. Giza
  123. v2.x.x
  124. WK-07421 'Anonymous'
  125. WK-06300  Buck Rogers
  126. v1.0.3
  127. Name :Registered
  128. Reg# :WK-55610
  129. Name :John Doe
  130. Reg# :WK-6483
  131. Name :<---(3 <option>-spaces)
  132. Reg# :WK-52038
  133. 47RIOS3490 (letter O not zero)
  134.  
  135.     Version: "1.0.3"    
  136. First, I use TMON, not Macsbug (unless PPC cracking of course:).  TMON has many shortcuts 
  137. & can display multiple windows simultaneously.  There is no real "quick" way to do 
  138. it & every app seems to be different.  I notice many developers go through great 
  139. pains to encrypt, checksumize, etc... their s/ns - they fail to realize though that 
  140. no one really tries the old hacking method to derive s/ns (trying forced sequential 
  141. numbers/letters).  Most often I type in something like "11111111" and follow the 
  142. code.  Usually (not always), the first check is the length - whala - it wants 12 digits?  OK, 
  143. now I exit the app, re-enter it and type in "111111111111".  Next it may (or may 
  144. not) check for specific characters which need to be present.  This is where I usually 
  145. force the numbers in memory right before each comparison (now = "BW-1111-1111").  Now 
  146. what usually follows is some code used to stop "sequential" hackers by deriving a 
  147. checksum involving certain other characters in the s/n.  NO prob, I just try to find 
  148. the end and set a breakpoint (why not let the computer do all the work:) - lets see, now 
  149. it's comparing "XTYN" with characters 9 through 12.  The next step is to make sure 
  150. it's through.  Some apps use multiple checksums - they think they would keep people 
  151. like me from continuing, where it's just added fuel to the fire - I love a challenge:).  
  152. Well now we know it's through, so the number is "BW-1111-XTYN".  To generate more, 
  153. we simply keep our breakpoint set and follow the pattern, i.e., type "BW-nnnn-1111" 
  154. where "nnnn" is anything and "1111" is to be determined at the checksum.
  155. Sometimes it isn't as easy as stated above.  I've run into a few s/n routines which 
  156. I knew had to have been written by former hackers as they were involved and challenging. 
  157.  In these cases, I've gone as far as written qbasic programs on a pentium I have 
  158. next to me to derive specific checksums used during s/n validation (at least it's (pentium) 
  159. good for something:)
  160. -
  161. Glidel
  162. vAll
  163. Hold down Command+Control+Shift+Tab when you ask the Registration dialog 
  164. box
  165. -
  166. Glimmer
  167. v1.1
  168. Name    :Registered
  169. RegCode :4073724051
  170. Name    :John Doe
  171. RegCode :4207286158
  172. Name    :=-BOOK-WORM->
  173. RegCode :1159011725
  174. Name    :<Master Code> <---(anything can go here)
  175. RegCode :1159028700
  176.  
  177. This one had a serial number routine which was created to prevent "reversing".  It 
  178. was simple and short but effective (well kinda;).  It was simply:
  179. ((x mod 100) * x * (x mod 10000)) + (int(x/3) * x * int(x/7)) + $1234ABCD =
  180. $8048DEEC or $8E3CEB4D or $1B7EE7A8
  181. ...where "x" is the correct registration code
  182. When I first looked at it, I tried to solve for x but quickly realized following:
  183.   Algebra courses never taught us what to do with "mod" and "int" functions when simplifying 
  184. equations.
  185.   It's possible for numbers to exceed their storage size (4 bytes) and therefore get 
  186. truncated on the left during the equation.
  187. So, to create these, I had to use the "brute force" method.  Isn't it great to have 
  188. computers do the work for you?  Luckily there were only 4,294,967,295 posibilities;)
  189. -
  190.  
  191. Global Village TelePort Fax
  192. v1.0
  193. KZW3
  194. -
  195. Globetrotter
  196. v1.0.1
  197. A000001-05
  198. v1.0
  199. Application Serial Numbers:
  200. A000000-00
  201. A000001-05
  202. BKWM000-51
  203. US English        :ENG-330000
  204. Bokmal            :BOK-800000
  205. British English   :BRT-890000
  206. Catalan           :CTL-730000
  207. Dansk             :DAN-540000
  208. Deutsch           :DEU-170000
  209. Espanol           :ESP-850000
  210. Francais          :FRN-580000
  211. Francais Canadien :CFR-740000
  212. Italiano          :ITL-780000
  213. Nederlands        :NDL-020000
  214. Nynorsk           :NYN-240000
  215. Portugues         :PRT-510000
  216. Portugues Brasil  :BRS-820000
  217. Schweizerdeutsch  :SDE-030000
  218. Suomi             :SUO-180000
  219. Svensk            :SVN-210000
  220. -
  221. gNMR
  222. v3.6.5
  223. 095-365-0347
  224. -
  225. Gofer
  226. 504209
  227. -
  228. Gold Digger
  229. v1.0
  230. 3024849 'Doom'
  231. 5854738'Tad Woods'
  232. 6269400'Anonymous'
  233. -
  234. Golden Logres Pinball
  235. v?
  236. 5444GLM100008-J1
  237. v1.0.5
  238. E-mail address: Server Surfer
  239. Key-Code:       711906158349813465653046
  240. Key-Code:       711942173044813951622868
  241. Key-Code:       711472160245813954622914
  242. E-mail address: user@host.com
  243. Key-Code:       711707135245820962802890
  244. -
  245. GoLive
  246. v1.0.1
  247. 123B456Q7899
  248. 234M567T8906
  249. 345F678E9015
  250. 456Q789X0126
  251. 567T890O1239
  252. -
  253. GoLive CyberStudio
  254. v3.1.1
  255. DLE01RD7VKBJS7DT9G8JDWYM
  256. DLE01PS32BEMGEDC9KEKNAZR
  257. v3.1.x
  258. DLE01RD7VKBJS7DT9G8JDWYM
  259. v3.1
  260. DLE01RD7VKBJS7DT9G8JDWYM
  261. v3.0
  262. DLE4QVZ3GRW67GKP
  263. DLE4QVZ3YRW67GKP
  264. DLE4QVZ3GRW67GKO
  265. DLE4QVZ3YRW67GKO
  266. v3.0   (Preview)
  267. TRI4QVZUF8W67GKP
  268. v2.0.2J
  269. DLE4QWF3CRW6KC7P
  270. USP4QWF3CRVP3MHE
  271. v2.0.2
  272. DLE4QWF3CRYPGEKK
  273. v2.0.1
  274. DLE4QWF3CRW67ZPD
  275. v2.0
  276. DLE4QWF3CRW67ZPD
  277. DLE4QWF3CRW67HGN
  278. BTA4QWX7F8W67GJJ
  279. Key: DLE4QWF3CRW67HGN
  280. v1.1
  281. AAADAAADAAAAC
  282. AAADAABEAAAAD
  283. AAADAACFAAAAE
  284. AAADAAADAAABD
  285. AAADAAADAAACE
  286. AAADAAADAAADF
  287. v1.0
  288. You can use any name & company.
  289. Serial #:  123G567U1234L
  290.  
  291.     Version: "1.1"    
  292. The *keycode* for v1.1 is "EQVWZJXNMRZRD" The problem is that if you 
  293. upgrade from v1.0 or v1.0.1 from the website, GoLive sends you a "custom" 
  294. key code. Therefore, you can use any of the sn's from C&N but unless you 
  295. have a *working key code* it won't even let you load the s/w!!
  296. -
  297. GoLive CyberStudio Professional Edition
  298. v3.0   
  299. mr_182495
  300. cmr_182495
  301. Activation key: TR14QVZUF8W67GKP
  302. -
  303. GoLive Pro
  304. v1.1
  305. Key No. 375J854G3766
  306. Key No. 378W857X5951 
  307. -
  308. GoMac
  309. v1.6 
  310. 12301234-345672
  311. v1.5.x
  312. 12301678-901244
  313. 12312345-123451
  314. 12312345-678983
  315. 12301234-345672
  316. v1.4.4
  317. 12301234-345672 
  318. v1.4.2
  319. 12301234-345672
  320. 12301678-901244
  321. 12312345-123451
  322. 12312345-678983
  323. v1.1
  324. 12301234-345672
  325. 12301678-901244
  326. 12312345-123451
  327. 12312345-678983
  328. v1.0
  329. Name: LeetCheeZ
  330. Company: SPC
  331. SN: 123365789112360
  332. (good for 9075 copies)
  333. 000313370000000
  334. -
  335. Goodman & Gilman¬¥s
  336. GG-73873
  337. -
  338. Gopher Golf
  339. v3.0.7
  340. MP-07757 'Anonymous'
  341. v3.x.x
  342. Name: MMC Mekka
  343. SN:   MP-35430
  344. v3.0.6
  345. MP-6700 Buck Rogers
  346. v3.0.4
  347. MP-7757 Anonymous
  348. v2.0
  349. MP-7757 Anonymous
  350. -
  351. GPSy
  352. v3.0a16
  353. License Key:1234567b290
  354. v2.x
  355. Serial Number: 00000
  356. License Key  : 200000-d795
  357. v2.5.1
  358. 276242-f596
  359. 211822-f49c
  360. 255455-8794
  361. 250337-a497
  362. 253418-559d
  363. -
  364. GraceLAN
  365. v2.0
  366. 359006812187
  367. 014125527017
  368. v1.1.1
  369. 359006812187
  370. -
  371. GraceLAN Update Manager
  372. v5.5
  373. 794800000000
  374. v1.1
  375. 794800000437
  376. -
  377. Gradekeeper
  378. v4.8
  379. Name: MoonDark/NOP
  380. Registration Code: 540736
  381. v4.6
  382. Name: MoonDark
  383. Registration Code: 632025
  384. v4.3
  385. Name/School                    Registration Code
  386. *LeetCheeZ                        734449
  387. SPC                              577188
  388. *Anonymous                        414673
  389. *You                              624777
  390. *Everyone                         714025
  391. *Trial Copy                       320273
  392.  
  393.     Version: "4.6"    
  394. Any old SN contained in C&N and The Informant will not work, the lame author blacklisted
  395.  by name:
  396.  
  397. ‚Ä¢You‚Ä¢SPC‚Ä¢Everyone‚Ä¢Anonymous‚Ä¢Leet CheeZ‚Ä¢Trial Copy‚Ä¢The Informant
  398. -
  399. Grag & Thog Bonkheads
  400. v1.0.2
  401. 000-220-666-456
  402. -
  403. GrainWave
  404. v2.0.4
  405. Registration Code: 21336737
  406. -
  407. Grammarian 
  408. v1.0
  409. GM1-010-010-913-725
  410. -
  411. Gramotki
  412. v1.5.4
  413. Serial Number: 170177
  414. master access
  415. v1.5.3
  416. 170177
  417. v1.5.x
  418. 3650004
  419. 9928238
  420. -
  421. GraphicConverter
  422. v3.5J
  423. GCJ3500101001000
  424. v3.4
  425. Nighthawk   G33368732
  426.  
  427. Thorsten Lemke   G81078140
  428. v3.3.1
  429. (These should work with no problems)
  430. G22684517 HackUser
  431. G90624311 HackUser
  432. v3.2.1
  433. G85336230   Registered User     
  434. v3.0
  435. G23331909   Zeus
  436. v2.9.x
  437. G22684517   HackUser 
  438. v2.8
  439. Name: Zeus
  440. Serial: G23331909
  441. v2.7
  442. Serial Number  / (Name ) 
  443. G43455422    '<Sharing Owner Name>' (The Name that is in your Sharing Setup Control Panel)
  444. G53841352    '<Sharing Machine Name>' (The name of the machine that is in your Sharing 
  445. Setup Control Panel)
  446. v2.x.x
  447. G13375221    ANONYMOUS
  448. G69466831    Anonymous
  449. G99222619    Doom
  450. G95402852    'Reverse Engineering'
  451. G11303318    'No One'
  452. G45525619    'Everyone'
  453. G58053226    'Beta Testers'
  454. G35813218    'Mac Users'
  455. G65086124    'Unregistered'
  456. G88642612    'MacUser'
  457. G93655715    'MacWorld'
  458. G73537322    'MacWEEK'
  459. G61503618    'MacTech'
  460. G05424323    'Copland'
  461. G39466218    'Gershwin'
  462. G50795329    'Microsoft'
  463. G19616721    'Bill Gates'
  464. G21414625    'The Devil'
  465. G96966646    'Rupert Murdoch'
  466. G50625533    'The Shadows'
  467. -
  468. GraphicEdges/Typo
  469. v3.0
  470. BCE-100-100-093-000001
  471. -
  472. Graphite
  473. v1.0.4
  474. Serial Number: 128551192793 
  475. v1.0.x
  476. 746640008454
  477. -
  478. GraphMaster
  479. v5.5
  480. US100000598
  481. v1.1
  482. US100000598
  483. -
  484. Graphsoft Blueprint
  485. v5.0.2
  486. 2500-26951884
  487. 2500-00009062
  488. 2500-00019822
  489. 2500-00029682
  490. 2500-BKWM5642
  491. -
  492. Grapple
  493. v1.x
  494. name: Macintosh
  495. code: 48018106
  496. Name: KK
  497. Code: 188961522
  498. v1.2
  499. Name: Maximum Bob
  500. Serial: 2019877762
  501. -
  502. GreatPlains Accounting
  503. v7.2
  504. S/N#:   13=0613214797
  505. RegKey: 5945261362
  506. v?.?
  507. User: MANAGER
  508. PW:   ACCESS
  509. -
  510. GREEN
  511. v1.0J
  512. 110701884
  513. -
  514. Gridz
  515. vCD
  516. BTK8C2HM
  517. -
  518. GrooveMaker
  519. v1.1
  520. GVM11-84JP15LR-16307
  521. -
  522. Guaranteed Undelete 
  523. v2.0
  524. 211204515  211252619
  525. -
  526. Guitar Tuner
  527. v2.6
  528. Name: MoonDark
  529. Registration Code: GTLkl
  530. -
  531. gURLfriend
  532. v2.2
  533. Name: MonDark
  534. Code: 115363
  535. v2.x
  536. name: Macintosh
  537. code: 124120
  538. -
  539. Guy Friday
  540. v1.2.2
  541. Buck Rogers  GBXX
  542.